dvb_desc

@struct dvb_desc @brief Linked list containing the several descriptors found on a MPEG-TS table @ingroup dvb_table

@param type Descriptor type @param length Length of the descriptor @param next pointer to the dvb_desc descriptor @param data Descriptor data

Members

Variables

data
ubyte[] data;
Undocumented in source.
length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta